Uses of Class
software.amazon.awssdk.services.shield.model.CreateProtectionResponse
-
Packages that use CreateProtectionResponse Package Description software.amazon.awssdk.services.shield Shield Advanced -
-
Uses of CreateProtectionResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return CreateProtectionResponse Modifier and Type Method Description default CreateProtectionResponseShieldClient. createProtection(Consumer<CreateProtectionRequest.Builder> createProtectionRequest)Enables Shield Advanced for a specific Amazon Web Services resource.default CreateProtectionResponseShieldClient. createProtection(CreateProtectionRequest createProtectionRequest)Enables Shield Advanced for a specific Amazon Web Services resource.Methods in software.amazon.awssdk.services.shield that return types with arguments of type CreateProtectionResponse Modifier and Type Method Description default CompletableFuture<CreateProtectionResponse>ShieldAsyncClient. createProtection(Consumer<CreateProtectionRequest.Builder> createProtectionRequest)Enables Shield Advanced for a specific Amazon Web Services resource.default CompletableFuture<CreateProtectionResponse>ShieldAsyncClient. createProtection(CreateProtectionRequest createProtectionRequest)Enables Shield Advanced for a specific Amazon Web Services resource.
-