Uses of Class
com.oracle.bmc.objectstorage.responses.GetNamespaceMetadataResponse
-
Packages that use GetNamespaceMetadataResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of GetNamespaceMetadataResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return GetNamespaceMetadataResponse Modifier and Type Method Description GetNamespaceMetadataResponse
ObjectStorage. getNamespaceMetadata(GetNamespaceMetadataRequest request)
Gets the metadata for the Object Storage namespace, which contains defaultS3CompartmentId and defaultSwiftCompartmentId.GetNamespaceMetadataResponse
ObjectStorageClient. getNamespaceMetadata(GetNamespaceMetadataRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type GetNamespaceMetadataResponse 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)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type GetNamespaceMetadataResponse 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 GetNamespaceMetadataResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return GetNamespaceMetadataResponse Modifier and Type Method Description GetNamespaceMetadataResponse
GetNamespaceMetadataResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type GetNamespaceMetadataResponse Modifier and Type Method Description GetNamespaceMetadataResponse.Builder
GetNamespaceMetadataResponse.Builder. copy(GetNamespaceMetadataResponse o)
Copy method to populate the builder with values from the given instance.
-