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