Uses of Class
software.amazon.awssdk.services.shield.model.UpdateSubscriptionResponse
-
Packages that use UpdateSubscriptionResponse Package Description software.amazon.awssdk.services.shield Shield Advanced -
-
Uses of UpdateSubscriptionResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return UpdateSubscriptionResponse Modifier and Type Method Description default UpdateSubscriptionResponseShieldClient. updateSubscription(Consumer<UpdateSubscriptionRequest.Builder> updateSubscriptionRequest)Updates the details of an existing subscription.default UpdateSubscriptionResponseShieldClient. updateSubscription(UpdateSubscriptionRequest updateSubscriptionRequest)Updates the details of an existing subscription.Methods in software.amazon.awssdk.services.shield that return types with arguments of type UpdateSubscriptionResponse Modifier and Type Method Description default CompletableFuture<UpdateSubscriptionResponse>ShieldAsyncClient. updateSubscription(Consumer<UpdateSubscriptionRequest.Builder> updateSubscriptionRequest)Updates the details of an existing subscription.default CompletableFuture<UpdateSubscriptionResponse>ShieldAsyncClient. updateSubscription(UpdateSubscriptionRequest updateSubscriptionRequest)Updates the details of an existing subscription.
-