Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listAttributesResponseAttribute")
fun Flow<ListAttributesResponse>.attributes(): Flow<Attribute>

This paginator transforms the flow returned by listAttributesPaginated to access the nested member Attribute

Link copied to clipboard
@JvmName(name = "listClustersResponseString")
fun Flow<ListClustersResponse>.clusterArns(): Flow<String>

This paginator transforms the flow returned by listClustersPaginated to access the nested member String

Link copied to clipboard
@JvmName(name = "listContainerInstancesResponseString")
fun Flow<ListContainerInstancesResponse>.containerInstanceArns(): Flow<String>

This paginator transforms the flow returned by listContainerInstancesPaginated to access the nested member String

Link copied to clipboard
@JvmName(name = "listTaskDefinitionFamiliesResponseString")
fun Flow<ListTaskDefinitionFamiliesResponse>.families(): Flow<String>

This paginator transforms the flow returned by listTaskDefinitionFamiliesPaginated to access the nested member String

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun EcsClient.listTasksPaginated(initialRequest: ListTasksRequest = ListTasksRequest { }): Flow<ListTasksResponse>

Paginate over ListTasksResponse results.

Link copied to clipboard
@JvmName(name = "listServicesByNamespaceResponseString")
fun Flow<ListServicesByNamespaceResponse>.serviceArns(): Flow<String>

This paginator transforms the flow returned by listServicesByNamespacePaginated to access the nested member String

@JvmName(name = "listServicesResponseString")
fun Flow<ListServicesResponse>.serviceArns(): Flow<String>

This paginator transforms the flow returned by listServicesPaginated to access the nested member String

Link copied to clipboard
@JvmName(name = "listAccountSettingsResponseSetting")
fun Flow<ListAccountSettingsResponse>.settings(): Flow<Setting>

This paginator transforms the flow returned by listAccountSettingsPaginated to access the nested member Setting

Link copied to clipboard
@JvmName(name = "listTasksResponseString")
fun Flow<ListTasksResponse>.taskArns(): Flow<String>

This paginator transforms the flow returned by listTasksPaginated to access the nested member String

Link copied to clipboard
@JvmName(name = "listTaskDefinitionsResponseString")
fun Flow<ListTaskDefinitionsResponse>.taskDefinitionArns(): Flow<String>

This paginator transforms the flow returned by listTaskDefinitionsPaginated to access the nested member String