Package-level declarations
Functions
Link copied to clipboard
This paginator transforms the flow returned by listApplicationsPaginated to access the nested member ApplicationSummary
Link copied to clipboard
This paginator transforms the flow returned by listComponentsPaginated to access the nested member ComponentSummary
Link copied to clipboard
This paginator transforms the flow returned by listDatabasesPaginated to access the nested member DatabaseSummary
Link copied to clipboard
fun SsmSapClient.listApplicationsPaginated(initialRequest: ListApplicationsRequest = ListApplicationsRequest { }): Flow<ListApplicationsResponse>
fun SsmSapClient.listApplicationsPaginated(block: ListApplicationsRequest.Builder.() -> Unit): Flow<ListApplicationsResponse>
Paginate over ListApplicationsResponse results.
Link copied to clipboard
fun SsmSapClient.listComponentsPaginated(initialRequest: ListComponentsRequest = ListComponentsRequest { }): Flow<ListComponentsResponse>
fun SsmSapClient.listComponentsPaginated(block: ListComponentsRequest.Builder.() -> Unit): Flow<ListComponentsResponse>
Paginate over ListComponentsResponse results.
Link copied to clipboard
fun SsmSapClient.listDatabasesPaginated(initialRequest: ListDatabasesRequest = ListDatabasesRequest { }): Flow<ListDatabasesResponse>
fun SsmSapClient.listDatabasesPaginated(block: ListDatabasesRequest.Builder.() -> Unit): Flow<ListDatabasesResponse>
Paginate over ListDatabasesResponse results.
Link copied to clipboard
fun SsmSapClient.listOperationsPaginated(initialRequest: ListOperationsRequest): Flow<ListOperationsResponse>
fun SsmSapClient.listOperationsPaginated(block: ListOperationsRequest.Builder.() -> Unit): Flow<ListOperationsResponse>
Paginate over ListOperationsResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listOperationsPaginated to access the nested member Operation