Uses of Class
software.amazon.awssdk.services.dataexchange.model.GrantDistributionScope
-
Packages that use GrantDistributionScope Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of GrantDistributionScope in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return GrantDistributionScope Modifier and Type Method Description static GrantDistributionScopeGrantDistributionScope. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GrantDistributionScopeAcceptDataGrantResponse. grantDistributionScope()The distribution scope for the data grant.GrantDistributionScopeCreateDataGrantRequest. grantDistributionScope()The distribution scope of the data grant.GrantDistributionScopeCreateDataGrantResponse. grantDistributionScope()The distribution scope for the data grant.GrantDistributionScopeGetDataGrantResponse. grantDistributionScope()The distribution scope for the data grant.GrantDistributionScopeGetReceivedDataGrantResponse. grantDistributionScope()The distribution scope for the data grant.static GrantDistributionScopeGrantDistributionScope. valueOf(String name)Returns the enum constant of this type with the specified name.static GrantDistributionScope[]GrantDistributionScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type GrantDistributionScope Modifier and Type Method Description static Set<GrantDistributionScope>GrantDistributionScope. knownValues()Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type GrantDistributionScope Modifier and Type Method Description AcceptDataGrantResponse.BuilderAcceptDataGrantResponse.Builder. grantDistributionScope(GrantDistributionScope grantDistributionScope)The distribution scope for the data grant.CreateDataGrantRequest.BuilderCreateDataGrantRequest.Builder. grantDistributionScope(GrantDistributionScope grantDistributionScope)The distribution scope of the data grant.CreateDataGrantResponse.BuilderCreateDataGrantResponse.Builder. grantDistributionScope(GrantDistributionScope grantDistributionScope)The distribution scope for the data grant.GetDataGrantResponse.BuilderGetDataGrantResponse.Builder. grantDistributionScope(GrantDistributionScope grantDistributionScope)The distribution scope for the data grant.GetReceivedDataGrantResponse.BuilderGetReceivedDataGrantResponse.Builder. grantDistributionScope(GrantDistributionScope grantDistributionScope)The distribution scope for the data grant.
-