Uses of Class
software.amazon.awssdk.services.datazone.model.SubscriptionStatus
-
Packages that use SubscriptionStatus Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SubscriptionStatus in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SubscriptionStatus Modifier and Type Method Description static SubscriptionStatusSubscriptionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SubscriptionStatusCancelSubscriptionResponse. status()The status of the request to cancel the subscription.SubscriptionStatusGetSubscriptionResponse. status()The status of the subscription.SubscriptionStatusListSubscriptionsRequest. status()The status of the subscriptions that you want to list.SubscriptionStatusRevokeSubscriptionResponse. status()The status of the revoked subscription.SubscriptionStatusSubscriptionSummary. status()The status of the subscription.static SubscriptionStatusSubscriptionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SubscriptionStatus[]SubscriptionStatus. 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 SubscriptionStatus Modifier and Type Method Description static Set<SubscriptionStatus>SubscriptionStatus. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type SubscriptionStatus Modifier and Type Method Description CancelSubscriptionResponse.BuilderCancelSubscriptionResponse.Builder. status(SubscriptionStatus status)The status of the request to cancel the subscription.GetSubscriptionResponse.BuilderGetSubscriptionResponse.Builder. status(SubscriptionStatus status)The status of the subscription.ListSubscriptionsRequest.BuilderListSubscriptionsRequest.Builder. status(SubscriptionStatus status)The status of the subscriptions that you want to list.RevokeSubscriptionResponse.BuilderRevokeSubscriptionResponse.Builder. status(SubscriptionStatus status)The status of the revoked subscription.SubscriptionSummary.BuilderSubscriptionSummary.Builder. status(SubscriptionStatus status)The status of the subscription.
-