Uses of Class
software.amazon.awssdk.services.eks.model.PodIdentityAssociationSummary
-
Packages that use PodIdentityAssociationSummary Package Description software.amazon.awssdk.services.eks.model software.amazon.awssdk.services.eks.paginators -
-
Uses of PodIdentityAssociationSummary in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type PodIdentityAssociationSummary Modifier and Type Method Description List<PodIdentityAssociationSummary>ListPodIdentityAssociationsResponse. associations()The list of summarized descriptions of the associations that are in the cluster and match any filters that you provided.Methods in software.amazon.awssdk.services.eks.model with parameters of type PodIdentityAssociationSummary Modifier and Type Method Description ListPodIdentityAssociationsResponse.BuilderListPodIdentityAssociationsResponse.Builder. associations(PodIdentityAssociationSummary... associations)The list of summarized descriptions of the associations that are in the cluster and match any filters that you provided.Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type PodIdentityAssociationSummary Modifier and Type Method Description ListPodIdentityAssociationsResponse.BuilderListPodIdentityAssociationsResponse.Builder. associations(Collection<PodIdentityAssociationSummary> associations)The list of summarized descriptions of the associations that are in the cluster and match any filters that you provided. -
Uses of PodIdentityAssociationSummary in software.amazon.awssdk.services.eks.paginators
Methods in software.amazon.awssdk.services.eks.paginators that return types with arguments of type PodIdentityAssociationSummary Modifier and Type Method Description SdkIterable<PodIdentityAssociationSummary>ListPodIdentityAssociationsIterable. associations()Returns an iterable to iterate through the paginatedListPodIdentityAssociationsResponse.associations()member.SdkPublisher<PodIdentityAssociationSummary>ListPodIdentityAssociationsPublisher. associations()Returns a publisher that can be used to get a stream of data.
-