Uses of Class
com.oracle.bmc.securityattribute.requests.BulkEditSecurityAttributesRequest
-
Packages that use BulkEditSecurityAttributesRequest Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.requests -
-
Uses of BulkEditSecurityAttributesRequest in com.oracle.bmc.securityattribute
Method parameters in com.oracle.bmc.securityattribute with type arguments of type BulkEditSecurityAttributesRequest Modifier and Type Method Description Future<BulkEditSecurityAttributesResponse>
SecurityAttributeAsync. bulkEditSecurityAttributes(BulkEditSecurityAttributesRequest request, AsyncHandler<BulkEditSecurityAttributesRequest,BulkEditSecurityAttributesResponse> handler)
Edits the specified list of security attributes for the selected resources.Future<BulkEditSecurityAttributesResponse>
SecurityAttributeAsyncClient. bulkEditSecurityAttributes(BulkEditSecurityAttributesRequest request, AsyncHandler<BulkEditSecurityAttributesRequest,BulkEditSecurityAttributesResponse> handler)
-
Uses of BulkEditSecurityAttributesRequest in com.oracle.bmc.securityattribute.requests
Methods in com.oracle.bmc.securityattribute.requests that return BulkEditSecurityAttributesRequest Modifier and Type Method Description BulkEditSecurityAttributesRequest
BulkEditSecurityAttributesRequest.Builder. build()
Build the instance of BulkEditSecurityAttributesRequest as configured by this builderBulkEditSecurityAttributesRequest
BulkEditSecurityAttributesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of BulkEditSecurityAttributesRequest as configured by this builderMethods in com.oracle.bmc.securityattribute.requests with parameters of type BulkEditSecurityAttributesRequest Modifier and Type Method Description BulkEditSecurityAttributesRequest.Builder
BulkEditSecurityAttributesRequest.Builder. copy(BulkEditSecurityAttributesRequest o)
Copy method to populate the builder with values from the given instance.
-