Uses of Class
com.oracle.bmc.objectstorage.requests.UpdateNamespaceMetadataRequest
- 
Packages that use UpdateNamespaceMetadataRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests 
- 
- 
Uses of UpdateNamespaceMetadataRequest in com.oracle.bmc.objectstorageMethods in com.oracle.bmc.objectstorage with parameters of type UpdateNamespaceMetadataRequest Modifier and Type Method Description UpdateNamespaceMetadataResponseObjectStorage. updateNamespaceMetadata(UpdateNamespaceMetadataRequest request)By default, buckets created using the Amazon S3 Compatibility API or the Swift API are created in the root compartment of the Oracle Cloud Infrastructure tenancy.Future<UpdateNamespaceMetadataResponse>ObjectStorageAsync. updateNamespaceMetadata(UpdateNamespaceMetadataRequest request, AsyncHandler<UpdateNamespaceMetadataRequest,UpdateNamespaceMetadataResponse> handler)By default, buckets created using the Amazon S3 Compatibility API or the Swift API are created in the root compartment of the Oracle Cloud Infrastructure tenancy.Future<UpdateNamespaceMetadataResponse>ObjectStorageAsyncClient. updateNamespaceMetadata(UpdateNamespaceMetadataRequest request, AsyncHandler<UpdateNamespaceMetadataRequest,UpdateNamespaceMetadataResponse> handler)UpdateNamespaceMetadataResponseObjectStorageClient. updateNamespaceMetadata(UpdateNamespaceMetadataRequest request)Method parameters in com.oracle.bmc.objectstorage with type arguments of type UpdateNamespaceMetadataRequest Modifier and Type Method Description Future<UpdateNamespaceMetadataResponse>ObjectStorageAsync. updateNamespaceMetadata(UpdateNamespaceMetadataRequest request, AsyncHandler<UpdateNamespaceMetadataRequest,UpdateNamespaceMetadataResponse> handler)By default, buckets created using the Amazon S3 Compatibility API or the Swift API are created in the root compartment of the Oracle Cloud Infrastructure tenancy.Future<UpdateNamespaceMetadataResponse>ObjectStorageAsyncClient. updateNamespaceMetadata(UpdateNamespaceMetadataRequest request, AsyncHandler<UpdateNamespaceMetadataRequest,UpdateNamespaceMetadataResponse> handler)
- 
Uses of UpdateNamespaceMetadataRequest in com.oracle.bmc.objectstorage.requestsMethods in com.oracle.bmc.objectstorage.requests that return UpdateNamespaceMetadataRequest Modifier and Type Method Description UpdateNamespaceMetadataRequestUpdateNamespaceMetadataRequest.Builder. build()Build the instance of UpdateNamespaceMetadataRequest as configured by this builderUpdateNamespaceMetadataRequestUpdateNamespaceMetadataRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateNamespaceMetadataRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type UpdateNamespaceMetadataRequest Modifier and Type Method Description UpdateNamespaceMetadataRequest.BuilderUpdateNamespaceMetadataRequest.Builder. copy(UpdateNamespaceMetadataRequest o)Copy method to populate the builder with values from the given instance.
 
-