Uses of Class
com.oracle.bmc.securityattribute.responses.BulkDeleteSecurityAttributesResponse
-
Packages that use BulkDeleteSecurityAttributesResponse Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.responses -
-
Uses of BulkDeleteSecurityAttributesResponse in com.oracle.bmc.securityattribute
Methods in com.oracle.bmc.securityattribute that return BulkDeleteSecurityAttributesResponse Modifier and Type Method Description BulkDeleteSecurityAttributesResponse
SecurityAttribute. bulkDeleteSecurityAttributes(BulkDeleteSecurityAttributesRequest request)
Deletes the specified security attribute definitions.BulkDeleteSecurityAttributesResponse
SecurityAttributeClient. bulkDeleteSecurityAttributes(BulkDeleteSecurityAttributesRequest request)
Methods in com.oracle.bmc.securityattribute that return types with arguments of type BulkDeleteSecurityAttributesResponse Modifier and Type Method Description Future<BulkDeleteSecurityAttributesResponse>
SecurityAttributeAsync. bulkDeleteSecurityAttributes(BulkDeleteSecurityAttributesRequest request, AsyncHandler<BulkDeleteSecurityAttributesRequest,BulkDeleteSecurityAttributesResponse> handler)
Deletes the specified security attribute definitions.Future<BulkDeleteSecurityAttributesResponse>
SecurityAttributeAsyncClient. bulkDeleteSecurityAttributes(BulkDeleteSecurityAttributesRequest request, AsyncHandler<BulkDeleteSecurityAttributesRequest,BulkDeleteSecurityAttributesResponse> handler)
Method parameters in com.oracle.bmc.securityattribute with type arguments of type BulkDeleteSecurityAttributesResponse Modifier and Type Method Description Future<BulkDeleteSecurityAttributesResponse>
SecurityAttributeAsync. bulkDeleteSecurityAttributes(BulkDeleteSecurityAttributesRequest request, AsyncHandler<BulkDeleteSecurityAttributesRequest,BulkDeleteSecurityAttributesResponse> handler)
Deletes the specified security attribute definitions.Future<BulkDeleteSecurityAttributesResponse>
SecurityAttributeAsyncClient. bulkDeleteSecurityAttributes(BulkDeleteSecurityAttributesRequest request, AsyncHandler<BulkDeleteSecurityAttributesRequest,BulkDeleteSecurityAttributesResponse> handler)
-
Uses of BulkDeleteSecurityAttributesResponse in com.oracle.bmc.securityattribute.responses
Methods in com.oracle.bmc.securityattribute.responses that return BulkDeleteSecurityAttributesResponse Modifier and Type Method Description BulkDeleteSecurityAttributesResponse
BulkDeleteSecurityAttributesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.securityattribute.responses with parameters of type BulkDeleteSecurityAttributesResponse Modifier and Type Method Description BulkDeleteSecurityAttributesResponse.Builder
BulkDeleteSecurityAttributesResponse.Builder. copy(BulkDeleteSecurityAttributesResponse o)
Copy method to populate the builder with values from the given instance.
-