Uses of Class
com.oracle.bmc.securityattribute.responses.BulkEditSecurityAttributesResponse
-
Packages that use BulkEditSecurityAttributesResponse Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.responses -
-
Uses of BulkEditSecurityAttributesResponse in com.oracle.bmc.securityattribute
Methods in com.oracle.bmc.securityattribute that return BulkEditSecurityAttributesResponse Modifier and Type Method Description BulkEditSecurityAttributesResponse
SecurityAttribute. bulkEditSecurityAttributes(BulkEditSecurityAttributesRequest request)
Edits the specified list of security attributes for the selected resources.BulkEditSecurityAttributesResponse
SecurityAttributeClient. bulkEditSecurityAttributes(BulkEditSecurityAttributesRequest request)
Methods in com.oracle.bmc.securityattribute that return types with arguments of type BulkEditSecurityAttributesResponse 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)
Method parameters in com.oracle.bmc.securityattribute with type arguments of type BulkEditSecurityAttributesResponse 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 BulkEditSecurityAttributesResponse in com.oracle.bmc.securityattribute.responses
Methods in com.oracle.bmc.securityattribute.responses that return BulkEditSecurityAttributesResponse Modifier and Type Method Description BulkEditSecurityAttributesResponse
BulkEditSecurityAttributesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.securityattribute.responses with parameters of type BulkEditSecurityAttributesResponse Modifier and Type Method Description BulkEditSecurityAttributesResponse.Builder
BulkEditSecurityAttributesResponse.Builder. copy(BulkEditSecurityAttributesResponse o)
Copy method to populate the builder with values from the given instance.
-