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