Package-level declarations

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun GlueClient.getJobsPaginated(initialRequest: GetJobsRequest = GetJobsRequest { }): Flow<GetJobsResponse>

Paginate over GetJobsResponse results.

Link copied to clipboard
@JvmName(name = "getResourcePoliciesResponseGluePolicy")
fun Flow<GetResourcePoliciesResponse>.getResourcePoliciesResponseList(): Flow<GluePolicy>

This paginator transforms the flow returned by getResourcePoliciesPaginated to access the nested member GluePolicy

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun GlueClient.listJobsPaginated(initialRequest: ListJobsRequest = ListJobsRequest { }): Flow<ListJobsResponse>

Paginate over ListJobsResponse results.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@JvmName(name = "getPartitionIndexesResponsePartitionIndexDescriptor")
fun Flow<GetPartitionIndexesResponse>.partitionIndexDescriptorList(): Flow<PartitionIndexDescriptor>

This paginator transforms the flow returned by getPartitionIndexesPaginated to access the nested member PartitionIndexDescriptor

Link copied to clipboard
@JvmName(name = "listRegistriesResponseRegistryListItem")
fun Flow<ListRegistriesResponse>.registries(): Flow<RegistryListItem>

This paginator transforms the flow returned by listRegistriesPaginated to access the nested member RegistryListItem

Link copied to clipboard
@JvmName(name = "listSchemaVersionsResponseSchemaVersionListItem")
fun Flow<ListSchemaVersionsResponse>.schemas(): Flow<SchemaVersionListItem>

This paginator transforms the flow returned by listSchemaVersionsPaginated to access the nested member SchemaVersionListItem

@JvmName(name = "listSchemasResponseSchemaListItem")
fun Flow<ListSchemasResponse>.schemas(): Flow<SchemaListItem>

This paginator transforms the flow returned by listSchemasPaginated to access the nested member SchemaListItem

Link copied to clipboard
Link copied to clipboard
@JvmName(name = "getSecurityConfigurationsResponseSecurityConfiguration")
fun Flow<GetSecurityConfigurationsResponse>.securityConfigurations(): Flow<SecurityConfiguration>

This paginator transforms the flow returned by getSecurityConfigurationsPaginated to access the nested member SecurityConfiguration