Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.endpoints.PaymentCryptographyDataEndpointParams.Builder
-
Packages that use PaymentCryptographyDataEndpointParams.Builder Package Description software.amazon.awssdk.services.paymentcryptographydata.endpoints -
-
Uses of PaymentCryptographyDataEndpointParams.Builder in software.amazon.awssdk.services.paymentcryptographydata.endpoints
Methods in software.amazon.awssdk.services.paymentcryptographydata.endpoints that return PaymentCryptographyDataEndpointParams.Builder Modifier and Type Method Description static PaymentCryptographyDataEndpointParams.BuilderPaymentCryptographyDataEndpointParams. builder()PaymentCryptographyDataEndpointParams.BuilderPaymentCryptographyDataEndpointParams.Builder. endpoint(String endpoint)PaymentCryptographyDataEndpointParams.BuilderPaymentCryptographyDataEndpointParams.Builder. region(Region region)PaymentCryptographyDataEndpointParams.BuilderPaymentCryptographyDataEndpointParams. toBuilder()PaymentCryptographyDataEndpointParams.BuilderPaymentCryptographyDataEndpointParams.Builder. useDualStack(Boolean useDualStack)PaymentCryptographyDataEndpointParams.BuilderPaymentCryptographyDataEndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.paymentcryptographydata.endpoints with type arguments of type PaymentCryptographyDataEndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>PaymentCryptographyDataEndpointProvider. resolveEndpoint(Consumer<PaymentCryptographyDataEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-