Uses of Class
com.oracle.bmc.objectstorage.responses.GetNamespaceResponse
-
Packages that use GetNamespaceResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of GetNamespaceResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return GetNamespaceResponse Modifier and Type Method Description GetNamespaceResponse
ObjectStorage. getNamespace(GetNamespaceRequest request)
Each Oracle Cloud Infrastructure tenant is assigned one unique and uneditable Object Storage namespace.GetNamespaceResponse
ObjectStorageClient. getNamespace(GetNamespaceRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type GetNamespaceResponse Modifier and Type Method Description Future<GetNamespaceResponse>
ObjectStorageAsync. getNamespace(GetNamespaceRequest request, AsyncHandler<GetNamespaceRequest,GetNamespaceResponse> handler)
Each Oracle Cloud Infrastructure tenant is assigned one unique and uneditable Object Storage namespace.Future<GetNamespaceResponse>
ObjectStorageAsyncClient. getNamespace(GetNamespaceRequest request, AsyncHandler<GetNamespaceRequest,GetNamespaceResponse> handler)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type GetNamespaceResponse Modifier and Type Method Description Future<GetNamespaceResponse>
ObjectStorageAsync. getNamespace(GetNamespaceRequest request, AsyncHandler<GetNamespaceRequest,GetNamespaceResponse> handler)
Each Oracle Cloud Infrastructure tenant is assigned one unique and uneditable Object Storage namespace.Future<GetNamespaceResponse>
ObjectStorageAsyncClient. getNamespace(GetNamespaceRequest request, AsyncHandler<GetNamespaceRequest,GetNamespaceResponse> handler)
-
Uses of GetNamespaceResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return GetNamespaceResponse Modifier and Type Method Description GetNamespaceResponse
GetNamespaceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type GetNamespaceResponse Modifier and Type Method Description GetNamespaceResponse.Builder
GetNamespaceResponse.Builder. copy(GetNamespaceResponse o)
Copy method to populate the builder with values from the given instance.
-