| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield |
|
| Modifier and Type | Method and Description |
|---|---|
default GetSubscriptionStateResponse |
ShieldClient.getSubscriptionState()
Returns the
SubscriptionState, either Active or Inactive. |
default GetSubscriptionStateResponse |
ShieldClient.getSubscriptionState(Consumer<GetSubscriptionStateRequest.Builder> getSubscriptionStateRequest)
Returns the
SubscriptionState, either Active or Inactive. |
default GetSubscriptionStateResponse |
ShieldClient.getSubscriptionState(GetSubscriptionStateRequest getSubscriptionStateRequest)
Returns the
SubscriptionState, either Active or Inactive. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSubscriptionStateResponse> |
ShieldAsyncClient.getSubscriptionState()
Returns the
SubscriptionState, either Active or Inactive. |
default CompletableFuture<GetSubscriptionStateResponse> |
ShieldAsyncClient.getSubscriptionState(Consumer<GetSubscriptionStateRequest.Builder> getSubscriptionStateRequest)
Returns the
SubscriptionState, either Active or Inactive. |
default CompletableFuture<GetSubscriptionStateResponse> |
ShieldAsyncClient.getSubscriptionState(GetSubscriptionStateRequest getSubscriptionStateRequest)
Returns the
SubscriptionState, either Active or Inactive. |
Copyright © 2023. All rights reserved.