Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.ListAnswersRequest.Builder
-
Packages that use ListAnswersRequest.Builder Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ListAnswersRequest.Builder in software.amazon.awssdk.services.wellarchitected
Method parameters in software.amazon.awssdk.services.wellarchitected with type arguments of type ListAnswersRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAnswersResponse>WellArchitectedAsyncClient. listAnswers(Consumer<ListAnswersRequest.Builder> listAnswersRequest)List of answers for a particular workload and lens.default ListAnswersResponseWellArchitectedClient. listAnswers(Consumer<ListAnswersRequest.Builder> listAnswersRequest)List of answers for a particular workload and lens.default ListAnswersPublisherWellArchitectedAsyncClient. listAnswersPaginator(Consumer<ListAnswersRequest.Builder> listAnswersRequest)List of answers for a particular workload and lens.default ListAnswersIterableWellArchitectedClient. listAnswersPaginator(Consumer<ListAnswersRequest.Builder> listAnswersRequest)List of answers for a particular workload and lens. -
Uses of ListAnswersRequest.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ListAnswersRequest.Builder Modifier and Type Method Description static ListAnswersRequest.BuilderListAnswersRequest. builder()ListAnswersRequest.BuilderListAnswersRequest.Builder. lensAlias(String lensAlias)Sets the value of the LensAlias property for this object.ListAnswersRequest.BuilderListAnswersRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return for this request.ListAnswersRequest.BuilderListAnswersRequest.Builder. milestoneNumber(Integer milestoneNumber)Sets the value of the MilestoneNumber property for this object.ListAnswersRequest.BuilderListAnswersRequest.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListAnswersRequest.BuilderListAnswersRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAnswersRequest.BuilderListAnswersRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAnswersRequest.BuilderListAnswersRequest.Builder. pillarId(String pillarId)Sets the value of the PillarId property for this object.ListAnswersRequest.BuilderListAnswersRequest.Builder. questionPriority(String questionPriority)The priority of the question.ListAnswersRequest.BuilderListAnswersRequest.Builder. questionPriority(QuestionPriority questionPriority)The priority of the question.ListAnswersRequest.BuilderListAnswersRequest. toBuilder()ListAnswersRequest.BuilderListAnswersRequest.Builder. workloadId(String workloadId)Sets the value of the WorkloadId property for this object.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ListAnswersRequest.Builder Modifier and Type Method Description static Class<? extends ListAnswersRequest.Builder>ListAnswersRequest. serializableBuilderClass()
-