| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static SubscriptionStatus |
SubscriptionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SubscriptionStatus |
SubscriptionSummary.status()
The status of the subscription.
|
SubscriptionStatus |
GetSubscriptionResponse.status()
The status of the subscription.
|
SubscriptionStatus |
RevokeSubscriptionResponse.status()
The status of the revoked subscription.
|
SubscriptionStatus |
CancelSubscriptionResponse.status()
The status of the request to cancel the subscription.
|
SubscriptionStatus |
ListSubscriptionsRequest.status()
The status of the subscriptions that you want to list.
|
static SubscriptionStatus |
SubscriptionStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SubscriptionStatus> |
SubscriptionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionSummary.Builder |
SubscriptionSummary.Builder.status(SubscriptionStatus status)
The status of the subscription.
|
GetSubscriptionResponse.Builder |
GetSubscriptionResponse.Builder.status(SubscriptionStatus status)
The status of the subscription.
|
RevokeSubscriptionResponse.Builder |
RevokeSubscriptionResponse.Builder.status(SubscriptionStatus status)
The status of the revoked subscription.
|
CancelSubscriptionResponse.Builder |
CancelSubscriptionResponse.Builder.status(SubscriptionStatus status)
The status of the request to cancel the subscription.
|
ListSubscriptionsRequest.Builder |
ListSubscriptionsRequest.Builder.status(SubscriptionStatus status)
The status of the subscriptions that you want to list.
|
Copyright © 2023. All rights reserved.