Uses of Class
software.amazon.awssdk.services.synthetics.model.DeleteGroupRequest
-
Packages that use DeleteGroupRequest Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.transform -
-
Uses of DeleteGroupRequest in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics with parameters of type DeleteGroupRequest Modifier and Type Method Description default CompletableFuture<DeleteGroupResponse>SyntheticsAsyncClient. deleteGroup(DeleteGroupRequest deleteGroupRequest)Deletes a group.default DeleteGroupResponseSyntheticsClient. deleteGroup(DeleteGroupRequest deleteGroupRequest)Deletes a group. -
Uses of DeleteGroupRequest in software.amazon.awssdk.services.synthetics.transform
Methods in software.amazon.awssdk.services.synthetics.transform with parameters of type DeleteGroupRequest Modifier and Type Method Description SdkHttpFullRequestDeleteGroupRequestMarshaller. marshall(DeleteGroupRequest deleteGroupRequest)
-