Uses of Interface
software.amazon.awssdk.services.eks.model.UpdateAccessEntryResponse.Builder
-
Packages that use UpdateAccessEntryResponse.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of UpdateAccessEntryResponse.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return UpdateAccessEntryResponse.Builder Modifier and Type Method Description default UpdateAccessEntryResponse.BuilderUpdateAccessEntryResponse.Builder. accessEntry(Consumer<AccessEntry.Builder> accessEntry)The ARN of the IAM principal for theAccessEntry.UpdateAccessEntryResponse.BuilderUpdateAccessEntryResponse.Builder. accessEntry(AccessEntry accessEntry)The ARN of the IAM principal for theAccessEntry.static UpdateAccessEntryResponse.BuilderUpdateAccessEntryResponse. builder()UpdateAccessEntryResponse.BuilderUpdateAccessEntryResponse. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type UpdateAccessEntryResponse.Builder Modifier and Type Method Description static Class<? extends UpdateAccessEntryResponse.Builder>UpdateAccessEntryResponse. serializableBuilderClass()
-