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.securityattribute
Method 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.requests
Methods in com.oracle.bmc.securityattribute.requests that return BulkDeleteSecurityAttributesRequest Modifier and Type Method Description BulkDeleteSecurityAttributesRequest
BulkDeleteSecurityAttributesRequest.Builder. build()
Build the instance of BulkDeleteSecurityAttributesRequest as configured by this builderBulkDeleteSecurityAttributesRequest
BulkDeleteSecurityAttributesRequest.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.Builder
BulkDeleteSecurityAttributesRequest.Builder. copy(BulkDeleteSecurityAttributesRequest o)
Copy method to populate the builder with values from the given instance.
-