Uses of Class
software.amazon.awssdk.services.shield.model.DeleteProtectionResponse
-
Packages that use DeleteProtectionResponse Package Description software.amazon.awssdk.services.shield Shield Advanced -
-
Uses of DeleteProtectionResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return DeleteProtectionResponse Modifier and Type Method Description default DeleteProtectionResponseShieldClient. deleteProtection(Consumer<DeleteProtectionRequest.Builder> deleteProtectionRequest)Deletes an Shield Advanced Protection.default DeleteProtectionResponseShieldClient. deleteProtection(DeleteProtectionRequest deleteProtectionRequest)Deletes an Shield Advanced Protection.Methods in software.amazon.awssdk.services.shield that return types with arguments of type DeleteProtectionResponse Modifier and Type Method Description default CompletableFuture<DeleteProtectionResponse>ShieldAsyncClient. deleteProtection(Consumer<DeleteProtectionRequest.Builder> deleteProtectionRequest)Deletes an Shield Advanced Protection.default CompletableFuture<DeleteProtectionResponse>ShieldAsyncClient. deleteProtection(DeleteProtectionRequest deleteProtectionRequest)Deletes an Shield Advanced Protection.
-