Uses of Interface
software.amazon.awssdk.services.servicecatalog.model.CreateServiceActionResponse.Builder
-
Packages that use CreateServiceActionResponse.Builder Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of CreateServiceActionResponse.Builder in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return CreateServiceActionResponse.Builder Modifier and Type Method Description static CreateServiceActionResponse.BuilderCreateServiceActionResponse. builder()default CreateServiceActionResponse.BuilderCreateServiceActionResponse.Builder. serviceActionDetail(Consumer<ServiceActionDetail.Builder> serviceActionDetail)An object containing information about the self-service action.CreateServiceActionResponse.BuilderCreateServiceActionResponse.Builder. serviceActionDetail(ServiceActionDetail serviceActionDetail)An object containing information about the self-service action.CreateServiceActionResponse.BuilderCreateServiceActionResponse. toBuilder()Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type CreateServiceActionResponse.Builder Modifier and Type Method Description static Class<? extends CreateServiceActionResponse.Builder>CreateServiceActionResponse. serializableBuilderClass()
-