Uses of Class
com.oracle.bmc.objectstorage.model.PreauthenticatedRequestSummary
-
Packages that use PreauthenticatedRequestSummary Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.model com.oracle.bmc.objectstorage.responses -
-
Uses of PreauthenticatedRequestSummary in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return types with arguments of type PreauthenticatedRequestSummary Modifier and Type Method Description Iterable<PreauthenticatedRequestSummary>
ObjectStoragePaginators. listPreauthenticatedRequestsRecordIterator(ListPreauthenticatedRequestsRequest request)
Creates a new iterable which will iterate over thePreauthenticatedRequestSummary
objects contained in responses from the listPreauthenticatedRequests operation. -
Uses of PreauthenticatedRequestSummary in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return PreauthenticatedRequestSummary Modifier and Type Method Description PreauthenticatedRequestSummary
PreauthenticatedRequestSummary.Builder. build()
Methods in com.oracle.bmc.objectstorage.model with parameters of type PreauthenticatedRequestSummary Modifier and Type Method Description PreauthenticatedRequestSummary.Builder
PreauthenticatedRequestSummary.Builder. copy(PreauthenticatedRequestSummary model)
-
Uses of PreauthenticatedRequestSummary in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return PreauthenticatedRequestSummary Modifier and Type Method Description PreauthenticatedRequestSummary
GetPreauthenticatedRequestResponse. getPreauthenticatedRequestSummary()
The returned PreauthenticatedRequestSummary instance.Methods in com.oracle.bmc.objectstorage.responses that return types with arguments of type PreauthenticatedRequestSummary Modifier and Type Method Description List<PreauthenticatedRequestSummary>
ListPreauthenticatedRequestsResponse. getItems()
A list of com.oracle.bmc.objectstorage.model.PreauthenticatedRequestSummary instances.Methods in com.oracle.bmc.objectstorage.responses with parameters of type PreauthenticatedRequestSummary Modifier and Type Method Description GetPreauthenticatedRequestResponse.Builder
GetPreauthenticatedRequestResponse.Builder. preauthenticatedRequestSummary(PreauthenticatedRequestSummary preauthenticatedRequestSummary)
The returned PreauthenticatedRequestSummary instance.Method parameters in com.oracle.bmc.objectstorage.responses with type arguments of type PreauthenticatedRequestSummary Modifier and Type Method Description ListPreauthenticatedRequestsResponse.Builder
ListPreauthenticatedRequestsResponse.Builder. items(List<PreauthenticatedRequestSummary> items)
A list of com.oracle.bmc.objectstorage.model.PreauthenticatedRequestSummary instances.
-