Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ListHookResultsRequest.Builder
-
Packages that use ListHookResultsRequest.Builder Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.model -
-
Uses of ListHookResultsRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type ListHookResultsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListHookResultsResponse>CloudFormationAsyncClient. listHookResults(Consumer<ListHookResultsRequest.Builder> listHookResultsRequest)Returns summaries of invoked Hooks when a change set or Cloud Control API operation target is provided.default ListHookResultsResponseCloudFormationClient. listHookResults(Consumer<ListHookResultsRequest.Builder> listHookResultsRequest)Returns summaries of invoked Hooks when a change set or Cloud Control API operation target is provided. -
Uses of ListHookResultsRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ListHookResultsRequest.Builder Modifier and Type Method Description static ListHookResultsRequest.BuilderListHookResultsRequest. builder()ListHookResultsRequest.BuilderListHookResultsRequest.Builder. nextToken(String nextToken)A string that identifies the next page of events that you want to retrieve.ListHookResultsRequest.BuilderListHookResultsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListHookResultsRequest.BuilderListHookResultsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListHookResultsRequest.BuilderListHookResultsRequest.Builder. targetId(String targetId)The logical ID of the target the operation is acting on by the Hook.ListHookResultsRequest.BuilderListHookResultsRequest.Builder. targetType(String targetType)The type of operation being targeted by the Hook.ListHookResultsRequest.BuilderListHookResultsRequest.Builder. targetType(ListHookResultsTargetType targetType)The type of operation being targeted by the Hook.ListHookResultsRequest.BuilderListHookResultsRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ListHookResultsRequest.Builder Modifier and Type Method Description static Class<? extends ListHookResultsRequest.Builder>ListHookResultsRequest. serializableBuilderClass()
-