Uses of Interface
software.amazon.awssdk.services.eks.model.CreatePodIdentityAssociationResponse.Builder
-
Packages that use CreatePodIdentityAssociationResponse.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of CreatePodIdentityAssociationResponse.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return CreatePodIdentityAssociationResponse.Builder Modifier and Type Method Description default CreatePodIdentityAssociationResponse.BuilderCreatePodIdentityAssociationResponse.Builder. association(Consumer<PodIdentityAssociation.Builder> association)The full description of your new association.CreatePodIdentityAssociationResponse.BuilderCreatePodIdentityAssociationResponse.Builder. association(PodIdentityAssociation association)The full description of your new association.static CreatePodIdentityAssociationResponse.BuilderCreatePodIdentityAssociationResponse. builder()CreatePodIdentityAssociationResponse.BuilderCreatePodIdentityAssociationResponse. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type CreatePodIdentityAssociationResponse.Builder Modifier and Type Method Description static Class<? extends CreatePodIdentityAssociationResponse.Builder>CreatePodIdentityAssociationResponse. serializableBuilderClass()
-