Uses of Class
com.oracle.bmc.securityattribute.responses.CreateSecurityAttributeNamespaceResponse
-
Packages that use CreateSecurityAttributeNamespaceResponse Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.responses -
-
Uses of CreateSecurityAttributeNamespaceResponse in com.oracle.bmc.securityattribute
Methods in com.oracle.bmc.securityattribute that return CreateSecurityAttributeNamespaceResponse Modifier and Type Method Description CreateSecurityAttributeNamespaceResponse
SecurityAttribute. createSecurityAttributeNamespace(CreateSecurityAttributeNamespaceRequest request)
Creates a new security attribute namespace in the specified compartment.CreateSecurityAttributeNamespaceResponse
SecurityAttributeClient. createSecurityAttributeNamespace(CreateSecurityAttributeNamespaceRequest request)
Methods in com.oracle.bmc.securityattribute that return types with arguments of type CreateSecurityAttributeNamespaceResponse 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)
Method parameters in com.oracle.bmc.securityattribute with type arguments of type CreateSecurityAttributeNamespaceResponse 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 CreateSecurityAttributeNamespaceResponse in com.oracle.bmc.securityattribute.responses
Methods in com.oracle.bmc.securityattribute.responses that return CreateSecurityAttributeNamespaceResponse Modifier and Type Method Description CreateSecurityAttributeNamespaceResponse
CreateSecurityAttributeNamespaceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.securityattribute.responses with parameters of type CreateSecurityAttributeNamespaceResponse Modifier and Type Method Description CreateSecurityAttributeNamespaceResponse.Builder
CreateSecurityAttributeNamespaceResponse.Builder. copy(CreateSecurityAttributeNamespaceResponse o)
Copy method to populate the builder with values from the given instance.
-