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