Uses of Class
software.amazon.awssdk.services.dataexchange.model.AcceptanceStateFilterValue
-
Packages that use AcceptanceStateFilterValue Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of AcceptanceStateFilterValue in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return AcceptanceStateFilterValue Modifier and Type Method Description static AcceptanceStateFilterValueAcceptanceStateFilterValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AcceptanceStateFilterValueAcceptanceStateFilterValue. valueOf(String name)Returns the enum constant of this type with the specified name.static AcceptanceStateFilterValue[]AcceptanceStateFilterValue. 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 AcceptanceStateFilterValue Modifier and Type Method Description List<AcceptanceStateFilterValue>ListReceivedDataGrantsRequest. acceptanceState()The acceptance state of the data grants to list.static Set<AcceptanceStateFilterValue>AcceptanceStateFilterValue. knownValues()Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type AcceptanceStateFilterValue Modifier and Type Method Description ListReceivedDataGrantsRequest.BuilderListReceivedDataGrantsRequest.Builder. acceptanceState(AcceptanceStateFilterValue... acceptanceState)The acceptance state of the data grants to list.Method parameters in software.amazon.awssdk.services.dataexchange.model with type arguments of type AcceptanceStateFilterValue Modifier and Type Method Description ListReceivedDataGrantsRequest.BuilderListReceivedDataGrantsRequest.Builder. acceptanceState(Collection<AcceptanceStateFilterValue> acceptanceState)The acceptance state of the data grants to list.
-