Uses of Class
com.oracle.bmc.securityattribute.requests.GetSecurityAttributeNamespaceRequest
- 
Packages that use GetSecurityAttributeNamespaceRequest Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.requests 
- 
- 
Uses of GetSecurityAttributeNamespaceRequest in com.oracle.bmc.securityattributeMethod parameters in com.oracle.bmc.securityattribute with type arguments of type GetSecurityAttributeNamespaceRequest Modifier and Type Method Description Future<GetSecurityAttributeNamespaceResponse>SecurityAttributeAsync. getSecurityAttributeNamespace(GetSecurityAttributeNamespaceRequest request, AsyncHandler<GetSecurityAttributeNamespaceRequest,GetSecurityAttributeNamespaceResponse> handler)Gets the specified security attribute namespace’s information.Future<GetSecurityAttributeNamespaceResponse>SecurityAttributeAsyncClient. getSecurityAttributeNamespace(GetSecurityAttributeNamespaceRequest request, AsyncHandler<GetSecurityAttributeNamespaceRequest,GetSecurityAttributeNamespaceResponse> handler)
- 
Uses of GetSecurityAttributeNamespaceRequest in com.oracle.bmc.securityattribute.requestsMethods in com.oracle.bmc.securityattribute.requests that return GetSecurityAttributeNamespaceRequest Modifier and Type Method Description GetSecurityAttributeNamespaceRequestGetSecurityAttributeNamespaceRequest.Builder. build()Build the instance of GetSecurityAttributeNamespaceRequest as configured by this builderGetSecurityAttributeNamespaceRequestGetSecurityAttributeNamespaceRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetSecurityAttributeNamespaceRequest as configured by this builderMethods in com.oracle.bmc.securityattribute.requests with parameters of type GetSecurityAttributeNamespaceRequest Modifier and Type Method Description GetSecurityAttributeNamespaceRequest.BuilderGetSecurityAttributeNamespaceRequest.Builder. copy(GetSecurityAttributeNamespaceRequest o)Copy method to populate the builder with values from the given instance.
 
-