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.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type UpdateNamespaceMetadataRequest Modifier and Type Method Description UpdateNamespaceMetadataResponse
ObjectStorage. 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)
UpdateNamespaceMetadataResponse
ObjectStorageClient. 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.requests
Methods in com.oracle.bmc.objectstorage.requests that return UpdateNamespaceMetadataRequest Modifier and Type Method Description UpdateNamespaceMetadataRequest
UpdateNamespaceMetadataRequest.Builder. build()
Build the instance of UpdateNamespaceMetadataRequest as configured by this builderUpdateNamespaceMetadataRequest
UpdateNamespaceMetadataRequest.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.Builder
UpdateNamespaceMetadataRequest.Builder. copy(UpdateNamespaceMetadataRequest o)
Copy method to populate the builder with values from the given instance.
-