Uses of Class
com.oracle.bmc.securityattribute.responses.ChangeSecurityAttributeNamespaceCompartmentResponse
-
Packages that use ChangeSecurityAttributeNamespaceCompartmentResponse Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.responses -
-
Uses of ChangeSecurityAttributeNamespaceCompartmentResponse in com.oracle.bmc.securityattribute
Methods in com.oracle.bmc.securityattribute that return ChangeSecurityAttributeNamespaceCompartmentResponse Modifier and Type Method Description ChangeSecurityAttributeNamespaceCompartmentResponse
SecurityAttribute. changeSecurityAttributeNamespaceCompartment(ChangeSecurityAttributeNamespaceCompartmentRequest request)
Moves the specified security attribute namespace to the specified compartment within the same tenancy.ChangeSecurityAttributeNamespaceCompartmentResponse
SecurityAttributeClient. changeSecurityAttributeNamespaceCompartment(ChangeSecurityAttributeNamespaceCompartmentRequest request)
Methods in com.oracle.bmc.securityattribute that return types with arguments of type ChangeSecurityAttributeNamespaceCompartmentResponse Modifier and Type Method Description Future<ChangeSecurityAttributeNamespaceCompartmentResponse>
SecurityAttributeAsync. changeSecurityAttributeNamespaceCompartment(ChangeSecurityAttributeNamespaceCompartmentRequest request, AsyncHandler<ChangeSecurityAttributeNamespaceCompartmentRequest,ChangeSecurityAttributeNamespaceCompartmentResponse> handler)
Moves the specified security attribute namespace to the specified compartment within the same tenancy.Future<ChangeSecurityAttributeNamespaceCompartmentResponse>
SecurityAttributeAsyncClient. changeSecurityAttributeNamespaceCompartment(ChangeSecurityAttributeNamespaceCompartmentRequest request, AsyncHandler<ChangeSecurityAttributeNamespaceCompartmentRequest,ChangeSecurityAttributeNamespaceCompartmentResponse> handler)
Method parameters in com.oracle.bmc.securityattribute with type arguments of type ChangeSecurityAttributeNamespaceCompartmentResponse Modifier and Type Method Description Future<ChangeSecurityAttributeNamespaceCompartmentResponse>
SecurityAttributeAsync. changeSecurityAttributeNamespaceCompartment(ChangeSecurityAttributeNamespaceCompartmentRequest request, AsyncHandler<ChangeSecurityAttributeNamespaceCompartmentRequest,ChangeSecurityAttributeNamespaceCompartmentResponse> handler)
Moves the specified security attribute namespace to the specified compartment within the same tenancy.Future<ChangeSecurityAttributeNamespaceCompartmentResponse>
SecurityAttributeAsyncClient. changeSecurityAttributeNamespaceCompartment(ChangeSecurityAttributeNamespaceCompartmentRequest request, AsyncHandler<ChangeSecurityAttributeNamespaceCompartmentRequest,ChangeSecurityAttributeNamespaceCompartmentResponse> handler)
-
Uses of ChangeSecurityAttributeNamespaceCompartmentResponse in com.oracle.bmc.securityattribute.responses
Methods in com.oracle.bmc.securityattribute.responses that return ChangeSecurityAttributeNamespaceCompartmentResponse Modifier and Type Method Description ChangeSecurityAttributeNamespaceCompartmentResponse
ChangeSecurityAttributeNamespaceCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.securityattribute.responses with parameters of type ChangeSecurityAttributeNamespaceCompartmentResponse Modifier and Type Method Description ChangeSecurityAttributeNamespaceCompartmentResponse.Builder
ChangeSecurityAttributeNamespaceCompartmentResponse.Builder. copy(ChangeSecurityAttributeNamespaceCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-