Uses of Class
software.amazon.awssdk.services.dataexchange.model.DataGrantAcceptanceState
-
Packages that use DataGrantAcceptanceState Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of DataGrantAcceptanceState in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return DataGrantAcceptanceState Modifier and Type Method Description DataGrantAcceptanceStateAcceptDataGrantResponse. acceptanceState()The acceptance state of the data grant.DataGrantAcceptanceStateCreateDataGrantResponse. acceptanceState()The acceptance state of the data grant.DataGrantAcceptanceStateDataGrantSummaryEntry. acceptanceState()The acceptance state of the data grant.DataGrantAcceptanceStateGetDataGrantResponse. acceptanceState()The acceptance state of the data grant.DataGrantAcceptanceStateGetReceivedDataGrantResponse. acceptanceState()The acceptance state of the data grant.DataGrantAcceptanceStateReceivedDataGrantSummariesEntry. acceptanceState()The acceptance state of the data grant.static DataGrantAcceptanceStateDataGrantAcceptanceState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DataGrantAcceptanceStateDataGrantAcceptanceState. valueOf(String name)Returns the enum constant of this type with the specified name.static DataGrantAcceptanceState[]DataGrantAcceptanceState. 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 DataGrantAcceptanceState Modifier and Type Method Description static Set<DataGrantAcceptanceState>DataGrantAcceptanceState. knownValues()Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type DataGrantAcceptanceState Modifier and Type Method Description AcceptDataGrantResponse.BuilderAcceptDataGrantResponse.Builder. acceptanceState(DataGrantAcceptanceState acceptanceState)The acceptance state of the data grant.CreateDataGrantResponse.BuilderCreateDataGrantResponse.Builder. acceptanceState(DataGrantAcceptanceState acceptanceState)The acceptance state of the data grant.DataGrantSummaryEntry.BuilderDataGrantSummaryEntry.Builder. acceptanceState(DataGrantAcceptanceState acceptanceState)The acceptance state of the data grant.GetDataGrantResponse.BuilderGetDataGrantResponse.Builder. acceptanceState(DataGrantAcceptanceState acceptanceState)The acceptance state of the data grant.GetReceivedDataGrantResponse.BuilderGetReceivedDataGrantResponse.Builder. acceptanceState(DataGrantAcceptanceState acceptanceState)The acceptance state of the data grant.ReceivedDataGrantSummariesEntry.BuilderReceivedDataGrantSummariesEntry.Builder. acceptanceState(DataGrantAcceptanceState acceptanceState)The acceptance state of the data grant.
-