Uses of Class
com.oracle.bmc.objectstorage.requests.GetNamespaceMetadataRequest
-
Packages that use GetNamespaceMetadataRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of GetNamespaceMetadataRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type GetNamespaceMetadataRequest Modifier and Type Method Description GetNamespaceMetadataResponse
ObjectStorage. getNamespaceMetadata(GetNamespaceMetadataRequest request)
Gets the metadata for the Object Storage namespace, which contains defaultS3CompartmentId and defaultSwiftCompartmentId.Future<GetNamespaceMetadataResponse>
ObjectStorageAsync. getNamespaceMetadata(GetNamespaceMetadataRequest request, AsyncHandler<GetNamespaceMetadataRequest,GetNamespaceMetadataResponse> handler)
Gets the metadata for the Object Storage namespace, which contains defaultS3CompartmentId and defaultSwiftCompartmentId.Future<GetNamespaceMetadataResponse>
ObjectStorageAsyncClient. getNamespaceMetadata(GetNamespaceMetadataRequest request, AsyncHandler<GetNamespaceMetadataRequest,GetNamespaceMetadataResponse> handler)
GetNamespaceMetadataResponse
ObjectStorageClient. getNamespaceMetadata(GetNamespaceMetadataRequest request)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type GetNamespaceMetadataRequest Modifier and Type Method Description Future<GetNamespaceMetadataResponse>
ObjectStorageAsync. getNamespaceMetadata(GetNamespaceMetadataRequest request, AsyncHandler<GetNamespaceMetadataRequest,GetNamespaceMetadataResponse> handler)
Gets the metadata for the Object Storage namespace, which contains defaultS3CompartmentId and defaultSwiftCompartmentId.Future<GetNamespaceMetadataResponse>
ObjectStorageAsyncClient. getNamespaceMetadata(GetNamespaceMetadataRequest request, AsyncHandler<GetNamespaceMetadataRequest,GetNamespaceMetadataResponse> handler)
-
Uses of GetNamespaceMetadataRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return GetNamespaceMetadataRequest Modifier and Type Method Description GetNamespaceMetadataRequest
GetNamespaceMetadataRequest.Builder. build()
Build the instance of GetNamespaceMetadataRequest as configured by this builderGetNamespaceMetadataRequest
GetNamespaceMetadataRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetNamespaceMetadataRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type GetNamespaceMetadataRequest Modifier and Type Method Description GetNamespaceMetadataRequest.Builder
GetNamespaceMetadataRequest.Builder. copy(GetNamespaceMetadataRequest o)
Copy method to populate the builder with values from the given instance.
-