Uses of Class
software.amazon.awssdk.services.eks.model.AccessEntry
-
Packages that use AccessEntry Package Description software.amazon.awssdk.services.eks.model -
-
Uses of AccessEntry in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return AccessEntry Modifier and Type Method Description AccessEntryCreateAccessEntryResponse. accessEntry()Returns the value of the AccessEntry property for this object.AccessEntryDescribeAccessEntryResponse. accessEntry()Information about the access entry.AccessEntryUpdateAccessEntryResponse. accessEntry()The ARN of the IAM principal for theAccessEntry.Methods in software.amazon.awssdk.services.eks.model with parameters of type AccessEntry Modifier and Type Method Description CreateAccessEntryResponse.BuilderCreateAccessEntryResponse.Builder. accessEntry(AccessEntry accessEntry)Sets the value of the AccessEntry property for this object.DescribeAccessEntryResponse.BuilderDescribeAccessEntryResponse.Builder. accessEntry(AccessEntry accessEntry)Information about the access entry.UpdateAccessEntryResponse.BuilderUpdateAccessEntryResponse.Builder. accessEntry(AccessEntry accessEntry)The ARN of the IAM principal for theAccessEntry.
-