Uses of Class
com.oracle.bmc.objectstorage.responses.UpdateNamespaceMetadataResponse
-
Packages that use UpdateNamespaceMetadataResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of UpdateNamespaceMetadataResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return UpdateNamespaceMetadataResponse 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.UpdateNamespaceMetadataResponse
ObjectStorageClient. updateNamespaceMetadata(UpdateNamespaceMetadataRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type UpdateNamespaceMetadataResponse 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)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type UpdateNamespaceMetadataResponse 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 UpdateNamespaceMetadataResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return UpdateNamespaceMetadataResponse Modifier and Type Method Description UpdateNamespaceMetadataResponse
UpdateNamespaceMetadataResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type UpdateNamespaceMetadataResponse Modifier and Type Method Description UpdateNamespaceMetadataResponse.Builder
UpdateNamespaceMetadataResponse.Builder. copy(UpdateNamespaceMetadataResponse o)
Copy method to populate the builder with values from the given instance.
-