Uses of Interface
software.amazon.awssdk.services.codepipeline.model.GetActionTypeRequest.Builder
-
Packages that use GetActionTypeRequest.Builder Package Description software.amazon.awssdk.services.codepipeline CodePipeline software.amazon.awssdk.services.codepipeline.model -
-
Uses of GetActionTypeRequest.Builder in software.amazon.awssdk.services.codepipeline
Method parameters in software.amazon.awssdk.services.codepipeline with type arguments of type GetActionTypeRequest.Builder Modifier and Type Method Description default CompletableFuture<GetActionTypeResponse>CodePipelineAsyncClient. getActionType(Consumer<GetActionTypeRequest.Builder> getActionTypeRequest)Returns information about an action type created for an external provider, where the action is to be used by customers of the external provider.default GetActionTypeResponseCodePipelineClient. getActionType(Consumer<GetActionTypeRequest.Builder> getActionTypeRequest)Returns information about an action type created for an external provider, where the action is to be used by customers of the external provider. -
Uses of GetActionTypeRequest.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return GetActionTypeRequest.Builder Modifier and Type Method Description static GetActionTypeRequest.BuilderGetActionTypeRequest. builder()GetActionTypeRequest.BuilderGetActionTypeRequest.Builder. category(String category)Defines what kind of action can be taken in the stage.GetActionTypeRequest.BuilderGetActionTypeRequest.Builder. category(ActionCategory category)Defines what kind of action can be taken in the stage.GetActionTypeRequest.BuilderGetActionTypeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetActionTypeRequest.BuilderGetActionTypeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetActionTypeRequest.BuilderGetActionTypeRequest.Builder. owner(String owner)The creator of an action type that was created with any supported integration model.GetActionTypeRequest.BuilderGetActionTypeRequest.Builder. provider(String provider)The provider of the action type being called.GetActionTypeRequest.BuilderGetActionTypeRequest. toBuilder()GetActionTypeRequest.BuilderGetActionTypeRequest.Builder. version(String version)A string that describes the action type version.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type GetActionTypeRequest.Builder Modifier and Type Method Description static Class<? extends GetActionTypeRequest.Builder>GetActionTypeRequest. serializableBuilderClass()
-