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