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