Uses of Class
com.oracle.bmc.securityattribute.requests.CreateSecurityAttributeNamespaceRequest
- 
Packages that use CreateSecurityAttributeNamespaceRequest Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.requests 
- 
- 
Uses of CreateSecurityAttributeNamespaceRequest in com.oracle.bmc.securityattributeMethod parameters in com.oracle.bmc.securityattribute with type arguments of type CreateSecurityAttributeNamespaceRequest Modifier and Type Method Description Future<CreateSecurityAttributeNamespaceResponse>SecurityAttributeAsync. createSecurityAttributeNamespace(CreateSecurityAttributeNamespaceRequest request, AsyncHandler<CreateSecurityAttributeNamespaceRequest,CreateSecurityAttributeNamespaceResponse> handler)Creates a new security attribute namespace in the specified compartment.Future<CreateSecurityAttributeNamespaceResponse>SecurityAttributeAsyncClient. createSecurityAttributeNamespace(CreateSecurityAttributeNamespaceRequest request, AsyncHandler<CreateSecurityAttributeNamespaceRequest,CreateSecurityAttributeNamespaceResponse> handler)
- 
Uses of CreateSecurityAttributeNamespaceRequest in com.oracle.bmc.securityattribute.requestsMethods in com.oracle.bmc.securityattribute.requests that return CreateSecurityAttributeNamespaceRequest Modifier and Type Method Description CreateSecurityAttributeNamespaceRequestCreateSecurityAttributeNamespaceRequest.Builder. build()Build the instance of CreateSecurityAttributeNamespaceRequest as configured by this builderCreateSecurityAttributeNamespaceRequestCreateSecurityAttributeNamespaceRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateSecurityAttributeNamespaceRequest as configured by this builderMethods in com.oracle.bmc.securityattribute.requests with parameters of type CreateSecurityAttributeNamespaceRequest Modifier and Type Method Description CreateSecurityAttributeNamespaceRequest.BuilderCreateSecurityAttributeNamespaceRequest.Builder. copy(CreateSecurityAttributeNamespaceRequest o)Copy method to populate the builder with values from the given instance.
 
-