Uses of Class
software.amazon.awssdk.services.proton.model.CreateServiceRequest
-
Packages that use CreateServiceRequest Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference.software.amazon.awssdk.services.proton.transform -
-
Uses of CreateServiceRequest in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton with parameters of type CreateServiceRequest Modifier and Type Method Description default CompletableFuture<CreateServiceResponse>ProtonAsyncClient. createService(CreateServiceRequest createServiceRequest)Create an Proton service.default CreateServiceResponseProtonClient. createService(CreateServiceRequest createServiceRequest)Create an Proton service. -
Uses of CreateServiceRequest in software.amazon.awssdk.services.proton.transform
Methods in software.amazon.awssdk.services.proton.transform with parameters of type CreateServiceRequest Modifier and Type Method Description SdkHttpFullRequestCreateServiceRequestMarshaller. marshall(CreateServiceRequest createServiceRequest)
-