Uses of Class
software.amazon.awssdk.services.s3control.model.GranteeType
-
Packages that use GranteeType Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of GranteeType in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return GranteeType Modifier and Type Method Description static GranteeTypeGranteeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GranteeTypeGrantee. granteeType()The type of the grantee to which access has been granted.GranteeTypeListAccessGrantsRequest. granteeType()The type of the grantee to which access has been granted.static GranteeTypeGranteeType. valueOf(String name)Returns the enum constant of this type with the specified name.static GranteeType[]GranteeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type GranteeType Modifier and Type Method Description static Set<GranteeType>GranteeType. knownValues()Methods in software.amazon.awssdk.services.s3control.model with parameters of type GranteeType Modifier and Type Method Description Grantee.BuilderGrantee.Builder. granteeType(GranteeType granteeType)The type of the grantee to which access has been granted.ListAccessGrantsRequest.BuilderListAccessGrantsRequest.Builder. granteeType(GranteeType granteeType)The type of the grantee to which access has been granted.
-