Uses of Interface
software.amazon.awssdk.services.eks.model.UpdatePodIdentityAssociationResponse.Builder
-
Packages that use UpdatePodIdentityAssociationResponse.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of UpdatePodIdentityAssociationResponse.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return UpdatePodIdentityAssociationResponse.Builder Modifier and Type Method Description default UpdatePodIdentityAssociationResponse.BuilderUpdatePodIdentityAssociationResponse.Builder. association(Consumer<PodIdentityAssociation.Builder> association)The full description of the EKS Pod Identity association that was updated.UpdatePodIdentityAssociationResponse.BuilderUpdatePodIdentityAssociationResponse.Builder. association(PodIdentityAssociation association)The full description of the EKS Pod Identity association that was updated.static UpdatePodIdentityAssociationResponse.BuilderUpdatePodIdentityAssociationResponse. builder()UpdatePodIdentityAssociationResponse.BuilderUpdatePodIdentityAssociationResponse. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type UpdatePodIdentityAssociationResponse.Builder Modifier and Type Method Description static Class<? extends UpdatePodIdentityAssociationResponse.Builder>UpdatePodIdentityAssociationResponse. serializableBuilderClass()
-