Uses of Class
com.oracle.bmc.objectstorage.requests.GetNamespaceRequest
-
Packages that use GetNamespaceRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of GetNamespaceRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type GetNamespaceRequest Modifier and Type Method Description GetNamespaceResponse
ObjectStorage. getNamespace(GetNamespaceRequest request)
Each Oracle Cloud Infrastructure tenant is assigned one unique and uneditable Object Storage namespace.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)
GetNamespaceResponse
ObjectStorageClient. getNamespace(GetNamespaceRequest request)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type GetNamespaceRequest 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 GetNamespaceRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return GetNamespaceRequest Modifier and Type Method Description GetNamespaceRequest
GetNamespaceRequest.Builder. build()
Build the instance of GetNamespaceRequest as configured by this builderGetNamespaceRequest
GetNamespaceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetNamespaceRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type GetNamespaceRequest Modifier and Type Method Description GetNamespaceRequest.Builder
GetNamespaceRequest.Builder. copy(GetNamespaceRequest o)
Copy method to populate the builder with values from the given instance.
-