Uses of Class
software.amazon.awssdk.services.datazone.model.SubscriptionGrantOverallStatus
-
Packages that use SubscriptionGrantOverallStatus Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SubscriptionGrantOverallStatus in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SubscriptionGrantOverallStatus Modifier and Type Method Description static SubscriptionGrantOverallStatusSubscriptionGrantOverallStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SubscriptionGrantOverallStatusCreateSubscriptionGrantResponse. status()The status of the subscription grant.SubscriptionGrantOverallStatusDeleteSubscriptionGrantResponse. status()The status of the subscription grant that is deleted.SubscriptionGrantOverallStatusGetSubscriptionGrantResponse. status()The status of the subscription grant.SubscriptionGrantOverallStatusSubscriptionGrantSummary. status()The status of the subscription grant.SubscriptionGrantOverallStatusUpdateSubscriptionGrantStatusResponse. status()The status to be updated as part of theUpdateSubscriptionGrantStatusaction.static SubscriptionGrantOverallStatusSubscriptionGrantOverallStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SubscriptionGrantOverallStatus[]SubscriptionGrantOverallStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type SubscriptionGrantOverallStatus Modifier and Type Method Description static Set<SubscriptionGrantOverallStatus>SubscriptionGrantOverallStatus. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type SubscriptionGrantOverallStatus Modifier and Type Method Description CreateSubscriptionGrantResponse.BuilderCreateSubscriptionGrantResponse.Builder. status(SubscriptionGrantOverallStatus status)The status of the subscription grant.DeleteSubscriptionGrantResponse.BuilderDeleteSubscriptionGrantResponse.Builder. status(SubscriptionGrantOverallStatus status)The status of the subscription grant that is deleted.GetSubscriptionGrantResponse.BuilderGetSubscriptionGrantResponse.Builder. status(SubscriptionGrantOverallStatus status)The status of the subscription grant.SubscriptionGrantSummary.BuilderSubscriptionGrantSummary.Builder. status(SubscriptionGrantOverallStatus status)The status of the subscription grant.UpdateSubscriptionGrantStatusResponse.BuilderUpdateSubscriptionGrantStatusResponse.Builder. status(SubscriptionGrantOverallStatus status)The status to be updated as part of theUpdateSubscriptionGrantStatusaction.
-