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.securityattribute
Method 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.requests
Methods in com.oracle.bmc.securityattribute.requests that return CreateSecurityAttributeNamespaceRequest Modifier and Type Method Description CreateSecurityAttributeNamespaceRequest
CreateSecurityAttributeNamespaceRequest.Builder. build()
Build the instance of CreateSecurityAttributeNamespaceRequest as configured by this builderCreateSecurityAttributeNamespaceRequest
CreateSecurityAttributeNamespaceRequest.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.Builder
CreateSecurityAttributeNamespaceRequest.Builder. copy(CreateSecurityAttributeNamespaceRequest o)
Copy method to populate the builder with values from the given instance.
-