Uses of Interface
software.amazon.awssdk.services.launchwizard.model.ListDeploymentEventsRequest.Builder
-
Packages that use ListDeploymentEventsRequest.Builder Package Description software.amazon.awssdk.services.launchwizard Launch Wizard offers a guided way of sizing, configuring, and deploying Amazon Web Services resources for third party applications, such as Microsoft SQL Server Always On and HANA based SAP systems, without the need to manually identify and provision individual Amazon Web Services resources.software.amazon.awssdk.services.launchwizard.model -
-
Uses of ListDeploymentEventsRequest.Builder in software.amazon.awssdk.services.launchwizard
-
Uses of ListDeploymentEventsRequest.Builder in software.amazon.awssdk.services.launchwizard.model
Methods in software.amazon.awssdk.services.launchwizard.model that return ListDeploymentEventsRequest.Builder Modifier and Type Method Description static ListDeploymentEventsRequest.BuilderListDeploymentEventsRequest. builder()ListDeploymentEventsRequest.BuilderListDeploymentEventsRequest.Builder. deploymentId(String deploymentId)The ID of the deployment.ListDeploymentEventsRequest.BuilderListDeploymentEventsRequest.Builder. maxResults(Integer maxResults)The maximum number of items to return for this request.ListDeploymentEventsRequest.BuilderListDeploymentEventsRequest.Builder. nextToken(String nextToken)The token returned from a previous paginated request.ListDeploymentEventsRequest.BuilderListDeploymentEventsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeploymentEventsRequest.BuilderListDeploymentEventsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDeploymentEventsRequest.BuilderListDeploymentEventsRequest. toBuilder()Methods in software.amazon.awssdk.services.launchwizard.model that return types with arguments of type ListDeploymentEventsRequest.Builder Modifier and Type Method Description static Class<? extends ListDeploymentEventsRequest.Builder>ListDeploymentEventsRequest. serializableBuilderClass()
-