Uses of Class
com.oracle.bmc.securityattribute.requests.BulkDeleteSecurityAttributesRequest
- 
Packages that use BulkDeleteSecurityAttributesRequest Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.requests 
- 
- 
Uses of BulkDeleteSecurityAttributesRequest in com.oracle.bmc.securityattributeMethod parameters in com.oracle.bmc.securityattribute with type arguments of type BulkDeleteSecurityAttributesRequest 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 BulkDeleteSecurityAttributesRequest in com.oracle.bmc.securityattribute.requestsMethods in com.oracle.bmc.securityattribute.requests that return BulkDeleteSecurityAttributesRequest Modifier and Type Method Description BulkDeleteSecurityAttributesRequestBulkDeleteSecurityAttributesRequest.Builder. build()Build the instance of BulkDeleteSecurityAttributesRequest as configured by this builderBulkDeleteSecurityAttributesRequestBulkDeleteSecurityAttributesRequest.Builder. buildWithoutInvocationCallback()Build the instance of BulkDeleteSecurityAttributesRequest as configured by this builderMethods in com.oracle.bmc.securityattribute.requests with parameters of type BulkDeleteSecurityAttributesRequest Modifier and Type Method Description BulkDeleteSecurityAttributesRequest.BuilderBulkDeleteSecurityAttributesRequest.Builder. copy(BulkDeleteSecurityAttributesRequest o)Copy method to populate the builder with values from the given instance.
 
-