Uses of Class
com.oracle.bmc.securityattribute.responses.GetSecurityAttributeNamespaceResponse
-
Packages that use GetSecurityAttributeNamespaceResponse Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.responses -
-
Uses of GetSecurityAttributeNamespaceResponse in com.oracle.bmc.securityattribute
Methods in com.oracle.bmc.securityattribute that return GetSecurityAttributeNamespaceResponse Modifier and Type Method Description GetSecurityAttributeNamespaceResponse
SecurityAttribute. getSecurityAttributeNamespace(GetSecurityAttributeNamespaceRequest request)
Gets the specified security attribute namespace’s information.GetSecurityAttributeNamespaceResponse
SecurityAttributeClient. getSecurityAttributeNamespace(GetSecurityAttributeNamespaceRequest request)
Method parameters in com.oracle.bmc.securityattribute with type arguments of type GetSecurityAttributeNamespaceResponse 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 GetSecurityAttributeNamespaceResponse in com.oracle.bmc.securityattribute.responses
Methods in com.oracle.bmc.securityattribute.responses that return GetSecurityAttributeNamespaceResponse Modifier and Type Method Description GetSecurityAttributeNamespaceResponse
GetSecurityAttributeNamespaceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.securityattribute.responses with parameters of type GetSecurityAttributeNamespaceResponse Modifier and Type Method Description GetSecurityAttributeNamespaceResponse.Builder
GetSecurityAttributeNamespaceResponse.Builder. copy(GetSecurityAttributeNamespaceResponse o)
Copy method to populate the builder with values from the given instance.
-