Uses of Class
com.oracle.bmc.datasafe.responses.DeleteSensitiveTypeGroupResponse
-
Packages that use DeleteSensitiveTypeGroupResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of DeleteSensitiveTypeGroupResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return DeleteSensitiveTypeGroupResponse Modifier and Type Method Description DeleteSensitiveTypeGroupResponseDataSafe. deleteSensitiveTypeGroup(DeleteSensitiveTypeGroupRequest request)Deletes the specified sensitive type group.DeleteSensitiveTypeGroupResponseDataSafeClient. deleteSensitiveTypeGroup(DeleteSensitiveTypeGroupRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type DeleteSensitiveTypeGroupResponse Modifier and Type Method Description Future<DeleteSensitiveTypeGroupResponse>DataSafeAsync. deleteSensitiveTypeGroup(DeleteSensitiveTypeGroupRequest request, AsyncHandler<DeleteSensitiveTypeGroupRequest,DeleteSensitiveTypeGroupResponse> handler)Deletes the specified sensitive type group.Future<DeleteSensitiveTypeGroupResponse>DataSafeAsyncClient. deleteSensitiveTypeGroup(DeleteSensitiveTypeGroupRequest request, AsyncHandler<DeleteSensitiveTypeGroupRequest,DeleteSensitiveTypeGroupResponse> handler)Method parameters in com.oracle.bmc.datasafe with type arguments of type DeleteSensitiveTypeGroupResponse Modifier and Type Method Description Future<DeleteSensitiveTypeGroupResponse>DataSafeAsync. deleteSensitiveTypeGroup(DeleteSensitiveTypeGroupRequest request, AsyncHandler<DeleteSensitiveTypeGroupRequest,DeleteSensitiveTypeGroupResponse> handler)Deletes the specified sensitive type group.Future<DeleteSensitiveTypeGroupResponse>DataSafeAsyncClient. deleteSensitiveTypeGroup(DeleteSensitiveTypeGroupRequest request, AsyncHandler<DeleteSensitiveTypeGroupRequest,DeleteSensitiveTypeGroupResponse> handler) -
Uses of DeleteSensitiveTypeGroupResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return DeleteSensitiveTypeGroupResponse Modifier and Type Method Description DeleteSensitiveTypeGroupResponseDeleteSensitiveTypeGroupResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type DeleteSensitiveTypeGroupResponse Modifier and Type Method Description DeleteSensitiveTypeGroupResponse.BuilderDeleteSensitiveTypeGroupResponse.Builder. copy(DeleteSensitiveTypeGroupResponse o)Copy method to populate the builder with values from the given instance.
-