Uses of Class
com.oracle.bmc.objectstorage.responses.DeletePreauthenticatedRequestResponse
-
Packages that use DeletePreauthenticatedRequestResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of DeletePreauthenticatedRequestResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return DeletePreauthenticatedRequestResponse Modifier and Type Method Description DeletePreauthenticatedRequestResponse
ObjectStorage. deletePreauthenticatedRequest(DeletePreauthenticatedRequestRequest request)
Deletes the pre-authenticated request for the bucket.DeletePreauthenticatedRequestResponse
ObjectStorageClient. deletePreauthenticatedRequest(DeletePreauthenticatedRequestRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type DeletePreauthenticatedRequestResponse Modifier and Type Method Description Future<DeletePreauthenticatedRequestResponse>
ObjectStorageAsync. deletePreauthenticatedRequest(DeletePreauthenticatedRequestRequest request, AsyncHandler<DeletePreauthenticatedRequestRequest,DeletePreauthenticatedRequestResponse> handler)
Deletes the pre-authenticated request for the bucket.Future<DeletePreauthenticatedRequestResponse>
ObjectStorageAsyncClient. deletePreauthenticatedRequest(DeletePreauthenticatedRequestRequest request, AsyncHandler<DeletePreauthenticatedRequestRequest,DeletePreauthenticatedRequestResponse> handler)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type DeletePreauthenticatedRequestResponse Modifier and Type Method Description Future<DeletePreauthenticatedRequestResponse>
ObjectStorageAsync. deletePreauthenticatedRequest(DeletePreauthenticatedRequestRequest request, AsyncHandler<DeletePreauthenticatedRequestRequest,DeletePreauthenticatedRequestResponse> handler)
Deletes the pre-authenticated request for the bucket.Future<DeletePreauthenticatedRequestResponse>
ObjectStorageAsyncClient. deletePreauthenticatedRequest(DeletePreauthenticatedRequestRequest request, AsyncHandler<DeletePreauthenticatedRequestRequest,DeletePreauthenticatedRequestResponse> handler)
-
Uses of DeletePreauthenticatedRequestResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return DeletePreauthenticatedRequestResponse Modifier and Type Method Description DeletePreauthenticatedRequestResponse
DeletePreauthenticatedRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type DeletePreauthenticatedRequestResponse Modifier and Type Method Description DeletePreauthenticatedRequestResponse.Builder
DeletePreauthenticatedRequestResponse.Builder. copy(DeletePreauthenticatedRequestResponse o)
Copy method to populate the builder with values from the given instance.
-