Uses of Class
software.amazon.awssdk.services.neptune.model.NeptuneRequest
-
Packages that use NeptuneRequest Package Description software.amazon.awssdk.services.neptune.internal software.amazon.awssdk.services.neptune.model -
-
Uses of NeptuneRequest in software.amazon.awssdk.services.neptune.internal
Classes in software.amazon.awssdk.services.neptune.internal with type parameters of type NeptuneRequest Modifier and Type Class Description classRdsPresignInterceptor<T extends NeptuneRequest>Abstract pre-sign handler that follows the pre-signing scheme outlined in the 'RDS Presigned URL for Cross-Region Copying' SEP.Methods in software.amazon.awssdk.services.neptune.internal with type parameters of type NeptuneRequest Modifier and Type Method Description static <T extends NeptuneRequest>
TUserAgentUtils. applyPaginatorUserAgent(T request)static <T extends NeptuneRequest>
TUserAgentUtils. applyUserAgentInfo(T request, Consumer<AwsRequestOverrideConfiguration.Builder> userAgentApplier) -
Uses of NeptuneRequest in software.amazon.awssdk.services.neptune.model
Methods in software.amazon.awssdk.services.neptune.model that return NeptuneRequest Modifier and Type Method Description NeptuneRequestNeptuneRequest.Builder. build()Constructors in software.amazon.awssdk.services.neptune.model with parameters of type NeptuneRequest Constructor Description BuilderImpl(NeptuneRequest request)
-