Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listAcmeAccountsResponseAcmeAccountSummary")
fun Flow<ListAcmeAccountsResponse>.acmeAccounts(): Flow<AcmeAccountSummary>

This paginator transforms the flow returned by listAcmeAccountsPaginated to access the nested member AcmeAccountSummary

Link copied to clipboard
@JvmName(name = "listAcmeDomainValidationsResponseAcmeDomainValidationSummary")
fun Flow<ListAcmeDomainValidationsResponse>.acmeDomainValidations(): Flow<AcmeDomainValidationSummary>

This paginator transforms the flow returned by listAcmeDomainValidationsPaginated to access the nested member AcmeDomainValidationSummary

Link copied to clipboard
@JvmName(name = "listAcmeEndpointsResponseAcmeEndpointSummary")
fun Flow<ListAcmeEndpointsResponse>.acmeEndpoints(): Flow<AcmeEndpointSummary>

This paginator transforms the flow returned by listAcmeEndpointsPaginated to access the nested member AcmeEndpointSummary

Link copied to clipboard
@JvmName(name = "listCertificatesResponseCertificateSummary")
fun Flow<ListCertificatesResponse>.certificateSummaryList(): Flow<CertificateSummary>

This paginator transforms the flow returned by listCertificatesPaginated to access the nested member CertificateSummary

Link copied to clipboard
@JvmName(name = "listCertificateDomainValidationsResponseDomainValidationSummary")
fun Flow<ListCertificateDomainValidationsResponse>.domainValidationSummaryList(): Flow<DomainValidationSummary>

This paginator transforms the flow returned by listCertificateDomainValidationsPaginated to access the nested member DomainValidationSummary

Link copied to clipboard
@JvmName(name = "listAcmeExternalAccountBindingsResponseAcmeExternalAccountBindingSummary")
fun Flow<ListAcmeExternalAccountBindingsResponse>.externalAccountBindings(): Flow<AcmeExternalAccountBindingSummary>

This paginator transforms the flow returned by listAcmeExternalAccountBindingsPaginated to access the nested member AcmeExternalAccountBindingSummary

Link copied to clipboard
@JvmName(name = "searchCertificatesResponseCertificateSearchResult")
fun Flow<SearchCertificatesResponse>.results(): Flow<CertificateSearchResult>

This paginator transforms the flow returned by searchCertificatesPaginated to access the nested member CertificateSearchResult