Uses of Interface
software.amazon.awssdk.services.eks.model.CreateAccessEntryResponse.Builder
-
Packages that use CreateAccessEntryResponse.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of CreateAccessEntryResponse.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return CreateAccessEntryResponse.Builder Modifier and Type Method Description default CreateAccessEntryResponse.BuilderCreateAccessEntryResponse.Builder. accessEntry(Consumer<AccessEntry.Builder> accessEntry)Sets the value of the AccessEntry property for this object.CreateAccessEntryResponse.BuilderCreateAccessEntryResponse.Builder. accessEntry(AccessEntry accessEntry)Sets the value of the AccessEntry property for this object.static CreateAccessEntryResponse.BuilderCreateAccessEntryResponse. builder()CreateAccessEntryResponse.BuilderCreateAccessEntryResponse. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type CreateAccessEntryResponse.Builder Modifier and Type Method Description static Class<? extends CreateAccessEntryResponse.Builder>CreateAccessEntryResponse. serializableBuilderClass()
-