Uses of Interface
software.amazon.awssdk.services.licensemanager.model.Grant.Builder
-
Packages that use Grant.Builder Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of Grant.Builder in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return Grant.Builder Modifier and Type Method Description static Grant.BuilderGrant. builder()Grant.BuilderGrant.Builder. grantArn(String grantArn)Amazon Resource Name (ARN) of the grant.Grant.BuilderGrant.Builder. grantedOperations(Collection<AllowedOperation> grantedOperations)Granted operations.Grant.BuilderGrant.Builder. grantedOperations(AllowedOperation... grantedOperations)Granted operations.Grant.BuilderGrant.Builder. grantedOperationsWithStrings(String... grantedOperations)Granted operations.Grant.BuilderGrant.Builder. grantedOperationsWithStrings(Collection<String> grantedOperations)Granted operations.Grant.BuilderGrant.Builder. granteePrincipalArn(String granteePrincipalArn)The grantee principal ARN.Grant.BuilderGrant.Builder. grantName(String grantName)Grant name.Grant.BuilderGrant.Builder. grantStatus(String grantStatus)Grant status.Grant.BuilderGrant.Builder. grantStatus(GrantStatus grantStatus)Grant status.Grant.BuilderGrant.Builder. homeRegion(String homeRegion)Home Region of the grant.Grant.BuilderGrant.Builder. licenseArn(String licenseArn)License ARN.default Grant.BuilderGrant.Builder. options(Consumer<Options.Builder> options)The options specified for the grant.Grant.BuilderGrant.Builder. options(Options options)The options specified for the grant.Grant.BuilderGrant.Builder. parentArn(String parentArn)Parent ARN.Grant.BuilderGrant.Builder. statusReason(String statusReason)Grant status reason.Grant.BuilderGrant. toBuilder()Grant.BuilderGrant.Builder. version(String version)Grant version.Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type Grant.Builder Modifier and Type Method Description static Class<? extends Grant.Builder>Grant. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.licensemanager.model with type arguments of type Grant.Builder Modifier and Type Method Description default GetGrantResponse.BuilderGetGrantResponse.Builder. grant(Consumer<Grant.Builder> grant)Grant details.
-