Uses of Class
software.amazon.awssdk.services.licensemanager.model.AllowedOperation
-
Packages that use AllowedOperation Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of AllowedOperation in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return AllowedOperation Modifier and Type Method Description static AllowedOperationAllowedOperation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AllowedOperationAllowedOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static AllowedOperation[]AllowedOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type AllowedOperation Modifier and Type Method Description List<AllowedOperation>CreateGrantRequest. allowedOperations()Allowed operations for the grant.List<AllowedOperation>CreateGrantVersionRequest. allowedOperations()Allowed operations for the grant.List<AllowedOperation>ReceivedMetadata. allowedOperations()Allowed operations.List<AllowedOperation>Grant. grantedOperations()Granted operations.static Set<AllowedOperation>AllowedOperation. knownValues()Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type AllowedOperation Modifier and Type Method Description CreateGrantRequest.BuilderCreateGrantRequest.Builder. allowedOperations(AllowedOperation... allowedOperations)Allowed operations for the grant.CreateGrantVersionRequest.BuilderCreateGrantVersionRequest.Builder. allowedOperations(AllowedOperation... allowedOperations)Allowed operations for the grant.ReceivedMetadata.BuilderReceivedMetadata.Builder. allowedOperations(AllowedOperation... allowedOperations)Allowed operations.Grant.BuilderGrant.Builder. grantedOperations(AllowedOperation... grantedOperations)Granted operations.Method parameters in software.amazon.awssdk.services.licensemanager.model with type arguments of type AllowedOperation Modifier and Type Method Description CreateGrantRequest.BuilderCreateGrantRequest.Builder. allowedOperations(Collection<AllowedOperation> allowedOperations)Allowed operations for the grant.CreateGrantVersionRequest.BuilderCreateGrantVersionRequest.Builder. allowedOperations(Collection<AllowedOperation> allowedOperations)Allowed operations for the grant.ReceivedMetadata.BuilderReceivedMetadata.Builder. allowedOperations(Collection<AllowedOperation> allowedOperations)Allowed operations.Grant.BuilderGrant.Builder. grantedOperations(Collection<AllowedOperation> grantedOperations)Granted operations.
-