Uses of Class
com.oracle.bmc.securityattribute.requests.UpdateSecurityAttributeRequest
-
Packages that use UpdateSecurityAttributeRequest Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.requests -
-
Uses of UpdateSecurityAttributeRequest in com.oracle.bmc.securityattribute
Methods in com.oracle.bmc.securityattribute with parameters of type UpdateSecurityAttributeRequest Modifier and Type Method Description UpdateSecurityAttributeResponse
SecurityAttribute. updateSecurityAttribute(UpdateSecurityAttributeRequest request)
Updates the specified security attribute.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)
UpdateSecurityAttributeResponse
SecurityAttributeClient. updateSecurityAttribute(UpdateSecurityAttributeRequest request)
Method parameters in com.oracle.bmc.securityattribute with type arguments of type UpdateSecurityAttributeRequest 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 UpdateSecurityAttributeRequest in com.oracle.bmc.securityattribute.requests
Methods in com.oracle.bmc.securityattribute.requests that return UpdateSecurityAttributeRequest Modifier and Type Method Description UpdateSecurityAttributeRequest
UpdateSecurityAttributeRequest.Builder. build()
Build the instance of UpdateSecurityAttributeRequest as configured by this builderUpdateSecurityAttributeRequest
UpdateSecurityAttributeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateSecurityAttributeRequest as configured by this builderMethods in com.oracle.bmc.securityattribute.requests with parameters of type UpdateSecurityAttributeRequest Modifier and Type Method Description UpdateSecurityAttributeRequest.Builder
UpdateSecurityAttributeRequest.Builder. copy(UpdateSecurityAttributeRequest o)
Copy method to populate the builder with values from the given instance.
-