Uses of Class
software.amazon.awssdk.services.m2.model.GetSignedBluinsightsUrlResponse
-
Packages that use GetSignedBluinsightsUrlResponse Package Description software.amazon.awssdk.services.m2 Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and modernization from mainframes to Amazon Web Services managed runtime environments. -
-
Uses of GetSignedBluinsightsUrlResponse in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return GetSignedBluinsightsUrlResponse Modifier and Type Method Description default GetSignedBluinsightsUrlResponseM2Client. getSignedBluinsightsUrl(Consumer<GetSignedBluinsightsUrlRequest.Builder> getSignedBluinsightsUrlRequest)Gets a single sign-on URL that can be used to connect to AWS Blu Insights.default GetSignedBluinsightsUrlResponseM2Client. getSignedBluinsightsUrl(GetSignedBluinsightsUrlRequest getSignedBluinsightsUrlRequest)Gets a single sign-on URL that can be used to connect to AWS Blu Insights.Methods in software.amazon.awssdk.services.m2 that return types with arguments of type GetSignedBluinsightsUrlResponse Modifier and Type Method Description default CompletableFuture<GetSignedBluinsightsUrlResponse>M2AsyncClient. getSignedBluinsightsUrl(Consumer<GetSignedBluinsightsUrlRequest.Builder> getSignedBluinsightsUrlRequest)Gets a single sign-on URL that can be used to connect to AWS Blu Insights.default CompletableFuture<GetSignedBluinsightsUrlResponse>M2AsyncClient. getSignedBluinsightsUrl(GetSignedBluinsightsUrlRequest getSignedBluinsightsUrlRequest)Gets a single sign-on URL that can be used to connect to AWS Blu Insights.
-